home *** CD-ROM | disk | FTP | other *** search
/ Digital Photo Book 16: Sister 7 / Digital Photo Book 16: Sister 7.iso / mac / DATA / main.dir / 00003_Script_CLICKGOTO < prev    next >
Text File  |  2004-11-21  |  284b  |  15 lines

  1. property jump_label
  2.  
  3. on mouseUp
  4.   go to jump_label
  5. end
  6.  
  7. on getPropertyDescriptionList
  8.   p = [:]
  9.   p[#jump_label] = [:]
  10.   p[#jump_label][#comment] = "飯ヌ隷ハ" 
  11.   p[#jump_label][#format] = #string
  12.   p[#jump_label][#default] = ""
  13.   
  14.   return p
  15. end getPropertyDescriptionList